home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
6984
/
6984.xpi
/
chrome
/
lazarus.jar
/
content
/
init.js
< prev
next >
Wrap
Text File
|
2009-11-24
|
384b
|
13 lines
Lazarus.Event.init();
/**
* startup function, initalises the add-on for this window
*/
Lazarus.Event.add("window-load", Lazarus.init);
Lazarus.Event.add("window-unload", Lazarus.cleanup);
Lazarus.Event.add("lazarus-installed", Lazarus.showWelcome);
Lazarus.Event.add("lazarus-updated", Lazarus.runUpdates);
Lazarus.Event.add("lazarus-updated", Lazarus.showUpdatePage);